home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / srch132s.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-02-11  |  643b  |  24 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo          Welcome to SEARCH, the BBS message searching utility.
  8. echo  
  9. echo          If you wish to read SEARCH.DOC, the documentation
  10. echo          file for SEARCH, just hold the Ctrl Key and press C.
  11. echo          Make sure that MORE.COM is available, and at the DOS
  12. echo          prompt, type:
  13. echo  
  14. echo           LOOKAT SEARCH.DOC         and press the Enter key.
  15. echo  
  16. echo          If you wish to print SEARCH.DOC, just press enter now.
  17. echo  
  18. echo     If you are not ready to print, just hold the Ctrl key and press C.
  19. echo  
  20. echo  
  21. pause
  22. type search.doc > prn
  23. cls
  24.